home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextLibrary / Frameworks / NEXTIME.framework / Components / NTNullVideo.bundle / Resources / NT.component < prev   
Encoding:
Text File  |  1994-12-20  |  741 b   |  37 lines

  1. {
  2.     NTComponentTypeName = (NTDecompressor, NTCompressor);
  3.     NTComponentSubtypeName = NTNullVideo;
  4.     NTVendor = "NeXT Computer, Inc.";
  5.     NTMediaType = NTVideo;
  6.     
  7.     
  8.     NTDecompressor = {
  9.     NTConfiguration = {
  10.         NTSampleInput = {
  11.         NTFormatType = NTCompressed;
  12.         NTFormatSubtype = NTNullVideo;
  13.         };
  14.         NTSampleOutput = {
  15.         NTFormatType = NTRaw;
  16.         NTFormatSubtype = NTRaw;
  17.         };
  18.     };
  19.     NTComponentPrincipalClass = NTNullDecoder;
  20.     };
  21.     
  22.     NTCompressor = {
  23.     NTConfiguration = {
  24.         NTSampleInput = {
  25.         NTFormatType = NTRaw;
  26.         NTFormatSubtype = NTRaw;
  27.         };
  28.         NTSampleOutput = {
  29.         NTFormatType = NTCompressed;
  30.         NTFormatSubtype = NTNullVideo;
  31.         };
  32.     };
  33.     NTComponentPrincipalClass = NTNullEncoder;
  34.     };
  35. }
  36.     
  37.